ArcPad Map File Schema
METADATA Element
See Also  Send comments on this topic.
ArcPad Map File Schema : METADATA Element

Glossary Item Box

Description

The parent element for layer meta data.

Diagram

COMMENTS Element Sequence METADATA Element

Overview

METADATA
The parent element for layer meta data.
Sequence
COMMENTS
Used to store comments for a layer.

Examples

Source

<xs:element name="METADATA" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for layer meta data.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="COMMENTS" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.